home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 5148 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.1 KB

  1. Path: news.production.compuserve.com!news
  2. From: Jack Boyle <70322.2171@CompuServe.COM>
  3. Newsgroups: comp.lang.c++,comp.os.ms-windows.programmer.misc
  4. Subject: MS VC++ Property Sheet Problem
  5. Date: 2 Feb 1996 19:10:13 GMT
  6. Organization: CompuServe, Inc. (1-800-689-0736)
  7. Message-ID: <4etnil$65r$1@mhadg.production.compuserve.com>
  8.  
  9. Hi,
  10.  
  11. I've got a problem with tab order among controls in a property 
  12. sheet. I'm running Windows 3.11 and  VC++ 1.52c. It seems that 
  13. using a multiline edit control as the last control in a property 
  14. page causes problems in the tab order
  15.  
  16. I created the property sheet control in my form view and I added 
  17. three pages. One of the pages has multiline edit control as the 
  18. last element in the tab order.  When I <tab> through controls I 
  19. cannot <tab> to the tab control for that property page; the <tab> 
  20. key always moves through the controls inside that particular 
  21. property page, and never leaves it.
  22.  
  23. If the multiline edit control is NOT the last element in the tab 
  24. order, everything works as I'd expect.
  25.  
  26. Has anyone else seen this behavior?
  27.  
  28. Thanks,
  29. Jack Boyle
  30.